Skip to content

rakeb/email-address-mutation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

email-address-mutation

The email mutation gateway is implemnted as a webservice using the Django framework. The web-client/mysite directory contails all the source code.

Prerequisits

You need followings installed to run the email mutation gateway:

  1. Python 3+.
  2. Django. Here's the django installion process instruction

Running the server

To run the server, we will run following commands. All commands will be run under directroy web-client/mysite

  1. python3 manage.py runserver. This will launch the email mutation gateway as a webserver.
  2. python manage.py migrate. The models are stored in a Sqlite database, this command will create necessary tables into the DB.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages